home *** CD-ROM | disk | FTP | other *** search
/ Klondike Gold - An Interactive History / Klondike Gold - An Interactive History.iso / tn2.dir / 00104_Script_104 < prev    next >
Text File  |  1995-12-12  |  347b  |  25 lines

  1. on exitFrame
  2.   --3
  3.   
  4.   
  5.   HL 45,28
  6.   
  7.   preLoadCast 26, 28
  8.   
  9.   if rollover(3) then
  10.     show "N003.A"
  11.   else
  12.     if rollover(4) then
  13.       show "N003.A red"
  14.     else
  15.       if rollover(5) then
  16.         show "N003.B"
  17.       else
  18.         reshow "3", "N003"
  19.         prompt2
  20.       end if
  21.     end if
  22.   end if
  23.   go the frame
  24.   
  25. end